home *** CD-ROM | disk | FTP | other *** search
/ PC User 2002 April / Disc 2 / PCUSER0402D2.iso / software / utils / files / wincron.exe / data1.cab / Sample_Scripts / alert_multi_test.tg < prev    next >
Encoding:
Text File  |  2001-10-20  |  503 b   |  33 lines

  1. ## alert_multi_test    
  2. # alert system
  3. {
  4.     -name alert_multi_test
  5.     -start    
  6.     -action -alert "Hello World1"
  7.     -action -alert "Hello World2"
  8.     -action -alert "Hello World3"
  9.     -action -alert "Hello World4"
  10.     -action -alert "Hello World5"
  11.     -action -alert "Hello World6"
  12. }
  13.  
  14. {
  15.     -start    
  16.     -action -alert "Thread1 Hello World1"
  17. }
  18.  
  19. {
  20.     -start    
  21.     -action -alert "Thread2 Hello World2"
  22. }
  23.  
  24. {
  25.     -start    
  26.     -action -alert "Thread3 Hello World3"
  27. }
  28.  
  29. {
  30.     -start    
  31.     -action -alert "Thread4 Hello World4"
  32. }
  33.